This commit is contained in:
16
flake.nix
16
flake.nix
@@ -255,14 +255,14 @@
|
||||
...
|
||||
} @ inputs: let
|
||||
devices = {
|
||||
mirai = mkDevice {
|
||||
name = "mirai";
|
||||
system = "x86_64-linux";
|
||||
user = "fs0c131y";
|
||||
hasGui = false; # Don't wan't to run GUI apps on a headless server
|
||||
isNix = true;
|
||||
isServer = true;
|
||||
};
|
||||
# mirai = mkDevice {
|
||||
# name = "mirai";
|
||||
# system = "x86_64-linux";
|
||||
# user = "fs0c131y";
|
||||
# hasGui = false; # Don't wan't to run GUI apps on a headless server
|
||||
# isNix = true;
|
||||
# isServer = true;
|
||||
# };
|
||||
tako = mkDevice {
|
||||
name = "tako";
|
||||
system = "x86_64-linux";
|
||||
|
||||
Reference in New Issue
Block a user