Add quasar host
This commit is contained in:
parent
572cca2dd9
commit
e30a5830ef
2 changed files with 22 additions and 0 deletions
17
hosts/quasar/default.nix
Normal file
17
hosts/quasar/default.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ self, modulesPath, ... }:
|
||||
{
|
||||
imports = [
|
||||
"${modulesPath}/virtualisation/amazon-image.nix"
|
||||
self.nixosModules.common
|
||||
self.nixosModules.prompt
|
||||
self.nixosModules.server
|
||||
];
|
||||
|
||||
networking.hostName = "quasar";
|
||||
|
||||
promptEmoji = "🌟";
|
||||
|
||||
time.timeZone = "America/Los_Angeles";
|
||||
|
||||
system.stateVersion = "24.05";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue