global: rename from faucet

This commit is contained in:
514fpv 2024-01-07 22:01:31 +08:00
parent f4d419eb0e
commit b75a0a482a
Signed by: koishi
SSH key fingerprint: SHA256:VkIdW3jUIiqecV2WNAje2fGU5lEhN0XZ58DN0NS4pv0
31 changed files with 40 additions and 40 deletions

View file

@ -1,5 +1,5 @@
{
faucet = {
global = {
id = "5d3c16fe58444e12ad621600039f10af";
fs.esp.uuid = "32A5-6257";
fs.type = "xfs";

View file

@ -4,7 +4,7 @@
system = "x86_64-linux";
specialArgs = inputs // { inherit inputs; };
modules = [
../faucet
../global
../home/profile.nix
../home/user.nix
./constant.nix

View file

@ -1,7 +1,7 @@
{ lib
, modulesPath
, ... }: {
faucet = {
global = {
id = "bc8036643fc24f04ab150ff6a38dcce7";
auth.openssh.enable = true;
libvirt.enable = false;

View file

@ -1,7 +1,7 @@
{ pkgs
, lib
, ... }: {
faucet = {
global = {
id = "bc8036643fc24f04ab150ff6a38dcce7";
auth.openssh.enable = true;
fs.esp.uuid = "B20E-5994";

View file

@ -2,7 +2,7 @@
, lib
, modulesPath
, ... }: {
faucet = {
global = {
id = "bc8036643fc24f04ab150ff6a38dcce7";
auth.openssh.enable = true;
libvirt.enable = false;