This commit is contained in:
Bryan Ramos 2024-05-12 21:01:43 -04:00
parent a72ac0d8e7
commit e263c06ff5
Signed by: bryan
GPG key ID: 6ABDCD144D6643C8
2 changed files with 2 additions and 4 deletions

View file

@ -102,7 +102,7 @@
};
networking = {
hostName = "socrates";
hostName = "desktop";
useDHCP = lib.mkDefault true;
networkmanager.enable = true;
firewall = {

View file

@ -41,8 +41,6 @@ in
git-crypt
];
programs.bash.initExtra = ''
${import ./config/bashScripts/cdg.nix}
'';
programs.bash.initExtra = import ./config/bashScripts/cdg.nix;
};
}