global: rename from faucet
This commit is contained in:
parent
00218778fe
commit
4185843382
31 changed files with 40 additions and 40 deletions
|
@ -1,5 +1,5 @@
|
|||
{
|
||||
faucet = {
|
||||
global = {
|
||||
id = "5d3c16fe58444e12ad621600039f10af";
|
||||
fs.esp.uuid = "32A5-6257";
|
||||
fs.type = "xfs";
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
system = "x86_64-linux";
|
||||
specialArgs = inputs // { inherit inputs; };
|
||||
modules = [
|
||||
../faucet
|
||||
../global
|
||||
../home/profile.nix
|
||||
../home/user.nix
|
||||
./constant.nix
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ lib
|
||||
, modulesPath
|
||||
, ... }: {
|
||||
faucet = {
|
||||
global = {
|
||||
id = "bc8036643fc24f04ab150ff6a38dcce7";
|
||||
auth.openssh.enable = true;
|
||||
libvirt.enable = false;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ pkgs
|
||||
, lib
|
||||
, ... }: {
|
||||
faucet = {
|
||||
global = {
|
||||
id = "bc8036643fc24f04ab150ff6a38dcce7";
|
||||
auth.openssh.enable = true;
|
||||
fs.esp.uuid = "B20E-5994";
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
, lib
|
||||
, modulesPath
|
||||
, ... }: {
|
||||
faucet = {
|
||||
global = {
|
||||
id = "bc8036643fc24f04ab150ff6a38dcce7";
|
||||
auth.openssh.enable = true;
|
||||
libvirt.enable = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue